home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Ruler by Prof. Timo Salmi 9-Jul-91
- rem This simple batch helps to pinpoint the columns of the screen by
- rem displaying a ruler. The batch uses ansi escape sequences to avoid
- rem excessive scrolling.
-
- echo A
- echo 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
- echo A
-
- echo on
-